home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / splash.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  2000-03-23  |  151 b   |  12 lines

  1. global gFrame
  2.  
  3. on beginSprite
  4.   gFrame = gFrame + 1
  5. end
  6.  
  7. on exitFrame
  8.   if sprite(2).currentTime < (gFrame * 5000) then
  9.     go(the frame)
  10.   end if
  11. end
  12.